home *** CD-ROM | disk | FTP | other *** search
/ The Best of MacTutor - S…e Code for Volumes 1 to 5 / The Best of MacTutor - Source Code for Volume 1-5 (Wayzata Technology)(6031)(1990).bin / Source Code / #24 (Sep 87) / fortran source / printgraph source / PrintGraph.R < prev   
Text File  |  1987-08-09  |  1KB  |  92 lines

  1. * Listing 8
  2. * file:  PrintGraph.r
  3. *
  4. * PrintGraph Fortran Program
  5. *
  6. * Copyright (c) 1987 Mark E. McBride
  7. *                    211 N. University Ave.
  8. *                    Oxford, OH  45056
  9. *
  10. *
  11. * This is the resource definitions for
  12. * Reset pathname to reflect your disk setup
  13. !PrintGraph
  14. APPLFORT
  15.  
  16. * This is the definition for the MENU.
  17.  
  18. Type MENU
  19.  ,29
  20. \14
  21. About PrintTest
  22. (-
  23.  
  24.  ,30
  25. File
  26. Page Setup...
  27. Print Hilbert...
  28. (-
  29. Quit
  30.  
  31.  ,31
  32. Edit
  33. Undo
  34. (-
  35. Cut
  36. Copy
  37. Paste
  38. Clear
  39. (-
  40. (Show Clipboard
  41.  
  42. *
  43. * Definition to setup dialog boxes
  44. *
  45. type DLOG 
  46.     ,200
  47. ;; no name for this resource
  48. 50 50 215 405
  49. Visible NoGoAway
  50. 1
  51. 0
  52. 200
  53.  
  54. type DITL 
  55.     ,200
  56. 3
  57. button 
  58. 125 140 150 190
  59. OK
  60.  
  61. staticText disabled 
  62. 10 15 65 120
  63.       Printing\0D           in\0D   MS Fortran
  64.  
  65. staticText disabled 
  66. 10 155 100 310
  67.    Copyright (c) 1987\0D     Mark E. McBride\0D 211 N. University Ave\0D    Oxford, OH  45056
  68.  
  69. type DLOG 
  70.     ,1010
  71. Cancel Printer Dialog
  72. 100 100 190 300
  73. Visible NoGoAway
  74. 1
  75. 0
  76. 1010
  77.  
  78. type DITL 
  79.     ,1010
  80. 2
  81. button 
  82. 60 60 80 120
  83. Cancel
  84.  
  85. staticText disabled 
  86. 10 10 30 195
  87. Printing ^0.
  88.  
  89.